home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / PROBLEMS / BENCHMARK / BUBBLESORT / bubbletest / gawk / !run next >
Text File  |  1992-05-14  |  358b  |  9 lines

  1. set bubble_gawk$dir <obey$dir>
  2. *if "<gawk$path>"="" then error 1 set path to the gawk interpreter ! set gawk$path
  3. <gawk$path>gawk -f <bubble_gawk$dir>.source { > <bubble_gawk$dir>.output }
  4. set bubbletest$dir <obey$dir>.^
  5. <bubbletest$dir>.prove <bubble_gawk$dir>.output { > <bubble_gawk$dir>.time }
  6. settype <bubble_gawk$dir>.time text
  7. <bubble_gawk$dir>.time
  8.  
  9.